h1, h2, h3, h4, h5 {
  font-family: 'Raleway',Arial,san-serif;
}

.products-widget {
  background-color: #080810;
}

.header-background .title-holder {
  text-transform: uppercase;
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
}

.chs-veil:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
}

/*______   POPUP   ______*/

.popup-chs {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #8A8A8A;
  max-width: 800px;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  display: none;
  max-height: 80%;
  height: 80%;
}

.popup-chs .popup-header {
  padding: 10px 20px;
  background-color: #46B8AE;
  color: #FFF;
}

.popup-chs .popup-header h2 {
  color: inherit;
}

.popup-chs .popup-content {
  padding: 10px;
  overflow-y: auto;
  max-height: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
}

.popup-chs .popup-content > div {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

i.close-popup {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 20px;
  font-size: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  width: 24px;
  text-align: center;
  transform: rotate(45deg);
}

/*______   CHS ITEMS HOLDER   ______*/

.chsitems-holder {
  margin: -10px;
}

.fivecol .chsitems-holder,
.fourcol .chsitems-holder,
.twocol .chsitems-holder {
  font-size: 0px;
}

.twocol .shields-holder > div,
.chsitems-holder .item-panel {
  padding: 10px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fourcol .chsitems-holder .item-panel {
  width: 25%;
}

.fivecol .chsitems-holder .item-panel {
  width: 20%;
}


.twocol .shields-holder > div,
.twocol .chsitems-holder .item-panel {
  width: 50%;
}

.shields-holder .flexbox-panel {
  margin-bottom: 0px;
  background: #FFF;
}

.shields-holder .flexbox-info {
  padding: 20px;
}

.shields-holder .flexbox-info h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: initial;
}

.shields-holder .flexbox-info h4 {
  color: #AAA;
  line-height: 20px;
}

.shields-holder .flexbox-info h3 a {
  font-weight: inherit;
}

.shields-holder .flexbox-hero {
  margin-right: 0px;
  padding: 10px;
}

.chsitems-holder .item-panel .fonticon-Search {
	position: absolute;
  margin: 4px;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 3px;
  line-height: 28px;
  font-size: 20px;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  color: #bfcccb;
  cursor: pointer;
}

.chsitems-holder .item-panel .flexbox-panel h3{
  border: none;
  margin: 0px;
}

.chsitems-holder .item-panel .flexbox-panel h4 {
  background-color: initial;
  color: #AAA;
  padding: 0px;
  font-size: initial;
}

.chsitems-holder .item-panel .flexbox-panel .flexbox-info {
  text-align: left;
  padding: 20px;
}

.chsitems-holder .item-panel > div {
  background-color: #FFF;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.chsitems-holder .item-panel:hover > div {
  box-shadow: 0px 0px 12px rgba(160,160,160,0.6);
  transform: scale(1.05,1.05);
}

.chsitems-holder .item-panel:hover .fonticon-Search {
	color: #f6a336;
}

.chsitems-holder .item-panel h3 {
  font-weight: 600;
  border-top: 1px solid #AAA;
  margin-top: 20px;
  padding: 5px 0px;
  display: table;
  height: 60px;
  width: 100%;
  font-size: initial;
}

.chsitems-holder .item-panel h3 > span,
.chsitems-holder .item-panel h3 > a {
  font-weight: inherit;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.chsitems-holder .item-panel h3 > a > span {
}

.chsitems-holder .item-panel .item-generalinfo {
  padding: 20px 20px 0px 20px;
}

.chsitems-holder .item-panel h4 {
  padding: 10px;
  background-color: #bfcccb;
  color: #FFF;
  font-size: 18px;
}

.chsitems-holder .item-panel:hover h4 {
  background-color: #46B8AE !important;
}

.chsitems-holder .item-panel:hover h4 a:hover {
  color: #243033;
}

/*______   TOP BAR   ______*/

#top-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(70,184,174,0.6);
  z-index: 10;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#top-bar > div {
  max-width: 1170px;
  margin: 0px auto;
  overflow: hidden;
}


#top-bar > div ul {
  overflow: hidden;
  border-right: 1px solid #FFF;
  list-style: none;
}

#top-bar > div ul:nth-child(1) {
  float: left;
}

#top-bar > div ul:nth-child(2) {
  float: right;
}

#top-bar > div ul:nth-child(2) a:hover {
  background: #46B8AE;
}

#top-bar > div ul li {
  float: left;
  border-left: 1px solid #FFF;
}

#top-bar ul a {
  display: block;
  padding: 6px;
  transition: .2s;
}

#top-bar i {
  display: inline-block;
  color: #FFF;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}

#top-bar img {
  display: block;
}

#top-bar .home img {
  border-radius: 50%;
}

.chs-header-text {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  z-index: 3;
}

.chs-header-text > div {
  max-width: 1170px;
  margin: 0px auto;
  text-align: center;
  color: #FFF;
}

.chs-header-text table {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  border-collapse:collapse;
  position: relative;
}

.chs-header-text table td {
  min-width: 51px;
  max-width: 190px;
  padding: 0px 2px;
}

.chs-header-text table td:first-child {
  padding-left: 0px;
}

.chs-header-text table td > a {
  font: 18px 'Raleway', Arial, san-serif;
  display: inline-block;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: .2s;
}

.chs-header-text table td:hover > a,
.chs-header-text table td.selected > a {
  background-color: #46B8AE;
  color: #FFF;
}

.chs-header-text td ul {
  background-color: #F8F8F8;
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 0px;
  min-height: 229px;
}

.chs-header-text td ul li {
  padding: 15px;
  width: 16.66%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chs-header-text td ul li a {
  text-align: center;
  padding: 6px;
  font-weight: 600;
  color: #FFF;
  background-color: #bfcccb;
  font-size: 16px;
  display: block;
}

.chs-header-text td ul li a:hover {
  background-color: #46b8ae;
}

.chs-header-text table td:hover ul {
  display: block;
}

.chs-header-text td .goto-products-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.chs-header-text td .goto-products-button a {
  padding: 6px 16px;
  border: 1px solid #f6a336;
  border-radius: 4px;
  color: #f6a336;
  min-width: 120px;
  background-color: transparent;
  font-weight: 400;
}

.chs-header-text td .goto-products-button a:hover {
  color: #FFF;
  background-color: #f6a336;
}

.button-add {
  display: block;
  background-color: #BFCCCB;
  padding: 8px 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}
.button-add i {
  float: right;
}

.button-add:hover {
  background-color: #46B8AE;
  color: #FFF;
}

.header-background:before {
  content: "";
  transform: rotate(180deg);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
  opacity: 0.4;
}

/*______   HIGHLIGHTS GRID   ______*/

.table-holder {
  margin: 0px -20px;
}

.widget-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
  table-layout: fixed;
}

.widget-grid td > div {
  padding-top: 44%;
}

.widget-grid td {
  padding: 20px;
  position: relative;
  vertical-align: bottom;
}

.widget-grid .item-content {
  padding: 16px;
  background-color: rgba(255,255,255,0.8);
  position: relative;
  min-height: 40px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.widget-grid .item-content h3 {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: #ff0000;
  color: #FFF;
  position: absolute;
  top: -20px;
  left: 16px;
}

.widget-grid .item-content [data-type="event"] {
  background-color: #87cb26;
}
.widget-grid .item-content h4{
  padding: 0px;
  line-height: 20px;
}
.widget-grid .item-content h5{
  margin-top: 10px;
  padding: 0px;
}
.item-panel h4 span {
  font-weight: 600;  
}


.showmore-highlight {
  display: block;
  text-align: center;
  background-color: #46b8ae;
  color: #FFF;
  padding: 10px;
}

/*______   INDEX PANELS   ______*/

.item-index {
  overflow: hidden;
  margin: -15px;
}

.item-index .item-panel {
  width: 33.33%;
}
.item-index .item-panel {
  float: left;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item-index .item-content {
  padding: 16px;
  background-color: #FFF;
  position: relative;
  min-height: 88px;
}

.news-panels .posttype-holder {
  background-color: #46b8ae;
}

.news-panels .posttype-holder h3 {
  display: inline-block;
  text-transform: uppercase;
  margin: 2px 0px;
  padding: 4px 10px;
  color: #FFF;
  line-height: 18px;
  border-right: 1px solid #FFF;
}

.news-panels .posttype-holder {
  position: absolute;
  top: -23px;
  left: 16px;
}

.item-index img {
  display: block;
}

.item-date {
  background-color: #46b8ae;
  text-align: center;
}

.item-date h5 {
  color: #FFF;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 600;
}

/*______   SHARE SOCIAL   ______*/

.item-panel:hover .share-social {
  width: 120px;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}

.share-social {
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  z-index: 2;
}


.news-panels .share-social {
  position: absolute;
  bottom: 0px;
  left: 100%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  z-index: 2;
}

.share-social ul {
  width: 120px;
}

.share-social li {
  float: left;
}

.share-social i {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}

.news-panels .share-social i {
  color: #FFF;
  background-color: #D1D2D4;
}

.events-panels .share-social i {
  color: #D1D2D4;
}

.news-panels  .share-social i:hover {
  background-color: orange;
}

.news-panels  .share-social .fonticon-Social:hover,
.news-panels  .share-social .fonticon-Social {
  background-color: #46b8ae;
}

.events-panels  .share-social .fonticon-Social:hover,
.events-panels  .share-social .fonticon-Social {
  color: #46b8ae;
  border-right: 1px solid #46b8ae;
  box-sizing: border-box;
}

.events-panels  .share-social i:hover {
  color: orange;
}

/*End RRSS*/

/**/

.products-widget .widget-content{
  padding: 30px 0px;
}

.products-widget h2 {
  display: block;
  text-align: center;
  text-transform: initial;
  color: #FFF;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}

.products-widget h2 span {
  position: relative;
  z-index: 1;
  padding: 0px 40px;
  background-color: #080810;
  border-right: none;
}

.products-widget h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #f6a336;
}

.products-seemore-button {
  margin-top: 30px;
  text-align: center;
}

.products-seemore-button a {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #f6a336;
  border-radius: 4px;
  color: #FFF;
  min-width: 120px;
}

.list-products-index {
  margin: 0px -10px;
  font-size: 0px;
}

.list-products-index .img-type,
.list-products-index img {
  display: inline-block;
  padding: 10px;
  width: 16.66%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.img-type {
  padding-top: 100%;
  position: relative;
}
.list-products-index .img-type {
  padding: 16.66% 0px 0px 0px;
}

.img-type > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-products-index .img-type > div {
  padding: 10px;
}
.list-products-index .img-type > div > div {
  background-color: #FFF;
  width: 100%;
  height: 100%;
}

.img-type i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 76px;
  color: #f6a336;
}

/*______   QUESTIONS   ______*/

.widget-content.widget-ask p:last-child{
  padding: 10px 20px;
  background-color:#46B8AE;
  font-family: 'Raleway', Arial, san-serif;
}

.widget-content.widget-ask p:last-child{
  margin-bottom: 0px;
}

/*______ QUESTIONS STREAM ______*/


.avatar-img{
  float: left;
  padding: 20px 0px 0px 20px;
}

.avatar-img i{
  font-size: 30px;
  color: #FFF;
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.avatar-img .fonticon-Question {
  background-color: #46B8AE;
}

.avatar-img .fonticon-Exclamation {
  background-color: #79a9c6;
}

.avatar-img .fonticon-Check {
  color: #f4f4f4;
  position: absolute;
  right: 0px;
  top: 10px;
}

.avatar-img .fonticon-Check.answer {
  color: #2ba43a;
}
.avatar-img + .feed-data {
  position: relative;
  margin-left: 70px;
}

.avatar-img + .feed-data > div {
  clear: none;
}

.avatar-img + .feed-data > div:first-child {
  margin-top: 0px;
  padding-top: 20px;
}

.avatar-img + .feed-data .feed-author-comment {
  line-height: 21px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 84px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;*/
  padding-right: 50px;
}

.avatar-img + .feed-data .feed-author-comment p {
  margin-bottom: 10px;
}

.avatar-img + .feed-data .feed-post-details {
  padding-left: 0px;
}

.avatar-img + .feed-data .feed-categories {
  padding-left: 0px;
}

.avatar-img + .feed-data .feed-categories:before {
  content: none;
}

.avatar-img + .feed-data .feed-categories a:after {
  content: none;
}

.avatar-img + .feed-data .feed-categories a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
}

.feed-footer {
  text-align: right;
  padding-bottom: 20px;
}

.feed-footer .feed-date {
  margin-left: 10px;
  font-size: 17px;
}

.feed-comment {
  background-color: #d8d8d8;
  color: #606060;
}

.comment-content .profile-link {
  font-family: 'Roboto', arial, san-serif;
  font-size: 18px;
  color: #314555;
}

.comment-content .feed-date {
  display: block;
}

.feed-comment .comment-options {
  position: absolute;
  float: none;
  top: 0px;
  right: 0px;
}

.feed-comment .comment-options a {
  font-size: 16px;
  font-family: 'chilfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.feed-comment .comment-options .remove-comment:before {
  content: "\e642";
}

.feed-comment .comment-body {
  margin-left: 50px;
}

.widget-content.oq-holder h2{
  color: #f18700;
  font-size: 26px;
}

.oq-holder li {
  padding-bottom: 10px;
  color: #78aac6;
  font-size: 16px;
}

.oq-holder li a {
  color: #606060;
}

/*______ SEARCH ______*/
    
.search-filters {
  background-color: #080810;
  padding: 20px;
  margin-bottom: 20px;
}

.search-filters .simple-form select {
  min-width: 160px;
}

.search-filters .simple-form .button-submit {
  float: right;
  border: 1px solid #f6a336;
  color: #FFF;
  min-width: 120px;
  background-color: transparent;
  margin: 0px;
}

.search-filters .simple-form .button-submit:hover {
  background-color: #FFF;
  color: #6e9fbe;
}

.search-filters.line-filters .simple-form input,
.search-filters.line-filters .simple-form select {
  margin: 0px;
  margin-right: 10px;
}

.search-filters.line-filters .simple-form .search-box {
  width: 280px;
}

.search-filters.column-filters .simple-form select {
  width: 100%;
}

.search-filters.column-filters .simple-form input,
.search-filters.column-filters .simple-form select {
  margin-bottom: 16px;
}
/*_____TESTING _____*/
.nav_index .add {
    background-image: none;
    position: relative;
}
.nav_index li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.4) url(http://chilmedia.org/v2/file-preview/4e24ddc7-4ef1-4630-99bc-fcd566d88e35.jpg) no-repeat;
    border-radius: 50%;
    position: relative;
}


/*______   FILTERS   ______*/

.productfeatures-filters > div {
	margin-bottom: 30px;
}

.productfeatures-filters h5 {
	margin-top: 20px;
}

.productfeatures-filters h2 + h5 {
	margin-top: 0px;
}

.productfeatures-filters h2 i {
	padding-right: 10px;
}

.productfeatures-filters ul {
	margin-left: 16px;
}

.productfeatures-filters li {
	list-style: none;
}

.productfeatures-filters input[type="checkbox"] {
  height: 0px;
  width: 0px;
  visibility: hidden;
  float: left;
}

.productfeatures-filters input[type="checkbox"] + label {
  display: block;
  padding: 5px 15px 5px 25px;
  position: relative;
  margin: 0 12px 6px 0;
  font: 14px "Raleway", Arial, san-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #8C8C8C;
}

.productfeatures-filters input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #D7D7D7;
  left: 4px;
  top: 6px;
}

.productfeatures-filters input[type="checkbox"]:checked + label:before {
  background-color: #46B8AE;
}

.productfeatures-filters input[type="checkbox"]:checked + label {
	color: #46B8AE;
}

.button-action.features-filter-button {
	width: 100%;
  font-family: 'Raleway', Arial, san-serif;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #BFCCCB;
}

.button-action.features-filter-button:hover {
	background-color: #46B8AE;
}


